#!/bin/sh

# Comment out the selected text.
# Insert '> ' into the begining of each line.

sed "s/^/>\ /g" ${TMPFILE}